Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Arcade 8.0, use .NET 8.0, remove old features #2355

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

Conversation

pgrawehr
Copy link
Contributor

@pgrawehr pgrawehr commented Sep 30, 2024

Fixes #2353 and #2354

Microsoft Reviewers: Open in CodeFlow

<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="Moq" Version="4.20.70" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we updating these dependencies? We should be particularly careful with this one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are development dependencies only, so I see no reason why we shouldn't keep up to date. The issue with Moq has been resolved.

That will be a lot of work
No guarantee anything will execute properly yet.
Something is "only" not implemented now
…Of to fail on char.

Reason was that "ref T" fields where declared as of Object type, while they should be AddressOfVariable instead.
Don't suppress the last bits, or short and byte will
not behave as expected
Now "only" causing a StackOverflow in the compiler
@@ -405,11 +405,11 @@ private static GpioDriver GetBestDriverForBoardOnWindows()

if (baseBoardProduct == HummingBoardProduct || baseBoardProduct.StartsWith($"{HummingBoardProduct} "))
{
return new HummingBoardDriver();
throw new PlatformNotSupportedException();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider removing entire if statement

Not sure what happened now, but quite a set
of extra tests where required to get back to
the previous state.
Let's see what else is still/again broken
Didn't really help the performance just yet
Causing the AwaitTask test to run forever.
Not fixed yet, but throws now.
Not sure when all those methods that now
only have dummy implementations are actually required.
And a test on real hardware is still open.
# Conflicts:
#	eng/ArduinoCsCI.cmd
#	eng/Versions.props
#	src/Iot.Device.Bindings/CompatibilitySuppressions.xml
#	src/System.Device.Gpio.Tests/LibGpiodV2DriverTests.cs
#	src/System.Device.Gpio.Tests/WindowsDriverTests.cs
#	src/System.Device.Gpio/CompatibilitySuppressions.xml
@pgrawehr pgrawehr marked this pull request as ready for review December 12, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for netstandard
3 participants